* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section {
    min-height: 800px;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
}
body,
button,
input,
select,
textarea {
    font-family: Montserrat, sans-serif;
    color: #222;
}
::-moz-selection {
    background: #feda9e;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #feda9e;
    color: #fff;
    text-shadow: none;
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: 700;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-family: "courier new", monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:after,
q:before {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ol,
nav ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
}
h1 {
    font-size: 30px;
    font-weight: 700;
}
h2 {
    font-size: 24px;
    font-weight: 300;
}
h3 {
    font-size: 18px;
    font-weight: 700;
}
h4 {
    font-size: 16px;
    font-weight: 400;
}
h5 {
    font-size: 14px;
    font-weight: 400;
}
h6 {
    font-size: 13px;
    font-weight: 400;
}
a:hover {
    color: #225472;
}
a,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}
.close:focus,
.close:hover {
    color: #fff !important;
}
.navbar-height {
    height: 110px;
}
.textointro {
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 300;
    line-height: 34px;
}
.signo-pesos2 {
    font-size: 24px;
}
p {
    margin-top: 0;
    margin-bottom: 0 !important;
}
.blanco {
    color: #fff !important;
}
.azul {
    color: #045487 !important;
}
header {
    position: relative;
    display: block;
    z-index: 999;
}
nav.navbar {
    top: 40px;
    height: 70px;
    padding: 0;
    background: #fff;
    background: linear-gradient(180deg, #fff 0, #ebebeb 100%);
}
nav.navbar:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.16) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.16) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.16) 0, rgba(0, 0, 0, 0) 100%);
}
.mainMenuBtn {
    position: relative;
    text-decoration: none;
    color: #77777b;
    font-size: 18px;
    font-weight: 300;
    line-height: 70px;
    padding: 0 20px;
    display: block;
    text-shadow: none;
    transition: ease 0.168s;
    -webkit-transition: ease 0.168s;
}
.mainMenuBtn .fa-home {
    font-size: 20px;
}
.mainMenuBtn:hover {
    color: #77777b;
}
.mainMenuBtn:hover:after {
    height: 4px;
}
.mainMenuBtn.current {
    color: #77777b !important;
    cursor: default;
}
.mainMenuBtn:visited {
    color: #77777b;
}
#top-second-bar {
    position: fixed;
    top: 0;
    left: 0;
    background: #002d50;
    width: 100%;
    height: 40px;
    display: block;
    clear: both;
}
#subnavbar {
    float: left;
}
#subnavbar li a {
    padding: 0 10px;
    display: block;
    margin: 0;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    font-weight: 300;
}
#subnavbar li a:hover {
    color: #fff;
}
.txt-azul {
    color: #8ecbfb !important;
}
.subMenuBtn {
    position: relative;
    text-decoration: none;
    color: #77777b;
    font-size: 18px;
    font-weight: 300;
    display: block;
    padding: 0 20px;
    line-height: 70px;
    text-shadow: none;
}
.subMenuBtn:hover {
    color: #0066b7;
}
ul.dropdown-menu {
    top: 70px;
    margin-top: 0;
    border-radius: 0;
    background: #f1f1f1;
    border: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
ul.dropdown-men:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(220, 245, 188, 0);
    border-bottom-color: #dcf5bc;
    border-width: 10px;
    margin-left: -10px;
}
.dropdown.show .dropdown-menu {
    max-height: 342px;
    opacity: 1;
}
ul.dropdown-menu li a.dropdown-item {
    padding: 0.65rem 1.5rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d7d7d8;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 0.8em;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}
ul#redes {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    float: left;
    width: auto;
    margin-top: 3px;
}
ul#redes li {
    display: inline-block;
    margin: 5px;
}
ul#redes li a.redesIcon {
    background: rgba(255, 255, 255, 0);
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    display: block;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    opacity: 0.66;
    transition: ease 0.168s;
    -webkit-transition: ease 0.168s;
}
ul#redes li a.redesIcon:hover {
    opacity: 1;
}
a.redesIcon#youtubeF:hover {
    background: #f50b0b;
    border-color: #f50b0b;
}
a.redesIcon#instagramF:hover {
    background: #d22d78;
    border-color: #d22d78;
}
a.redesIcon#twitterF:hover {
    background: #39c8ff;
    border-color: #39c8ff;
}
a.redesIcon#facebookF:hover {
    background: #2851a5;
    border-color: #2851a5;
}
ul#redes li a.redesIcon i.fab {
    color: #fff;
    font-size: 15px;
}
ul#redes li a.redesIcon i.fa {
    color: #fff;
    font-size: 15px;
}
#search-form {
    float: right;
    margin-top: 0;
}
#search-form input {
    background: rgba(255, 255, 255, 0.16);
    border: 0;
    color: #fff;
    padding: 3px 25px 3px 10px;
    margin-top: 3px;
    min-width: 240px;
    height: 25px !important;
}
#buscar-btn {
    border: 0;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 3px 10px;
    margin-top: 7px;
    display: block;
}
#search-form .input-group-append {
    margin-left: -33px;
}
.logo-megacable2 {
    width: 140px; /*200px;*/
}
footer {
    width: 100%;
    display: block;
    background: #fff;
    min-height: 200px;
    position: relative;
    padding-bottom: 64px;
}
#top-footer {
    height: 40px;
    padding: 0;
    line-height: 40px;
    background: #0066b7;
    background: -webkit-linear-gradient(#0066b7 0, #00569b 100%);
    background: -o-linear-gradient(#0066b7 0, #00569b 100%);
    background: linear-gradient(#0066b7 0, #00569b 100%);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
p.legal {
    color: #fff;
    width: 100%;
}
#home-btn {
    color: #8ecbfb;
}
#home-btn:hover {
    color: #77afdb;
}
p.legal span#links-top-footer {
    float: right;
}
p.legal span#links-top-footer a {
    color: #8ecbfb;
}
p.legal span#links-top-footer a:hover {
    color: #77afdb;
}
#footer-navigation {
    padding: 30px 0 0;
}
#footer-navigation #accordion {
    width: 100%;
    display: flex;
}
#footer-navigation #accordion .panel {
    width: calc(33% - 30px);
    margin: 0 15px 15px;
}
#footer-navigation #accordion .panel h4.panel-title {
    width: 100%;
    height: 40px;
    display: block;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 1px dashed #000;
    color: #000;
    text-align: left;
    font-size: 18px;
}
#footer-navigation #accordion .panel h4.panel-title a {
    display: block;
    height: 40px;
    width: 100%;
    padding: 0;
    line-height: 40px;
    cursor: pointer;
}
#footer-navigation #accordion .panel h4.panel-title a i {
    line-height: 40px;
}
.footer-link {
    width: 100%;
    display: block;
    text-align: left;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    color: #000;
    border-bottom: 1px dotted #000;
    transition: ease 0.168s;
    -webkit-transition: ease 0.168s;
}
.footer-link2 {
    width: 100%;
    display: block;
    text-align: left;
    height: auto;
    padding: 0 15px;
    line-height: 30px;
    color: #fff;
    border-bottom: 1px dotted #000;
    transition: ease 0.168s;
    -webkit-transition: ease 0.168s;
}
.footer-link3 {
    text-align: left;
    height: auto;
    padding: 0 15px;
    line-height: 30px;
    color: #fff;
    border-bottom: 1px dotted #000;
    transition: ease 0.168s;
    -webkit-transition: ease 0.168s;
}
.footer-link:hover {
    background: rgba(255, 255, 255, 0.016);
    color: rgba(255, 255, 255, 0.77);
}
hr.divider-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.footerGhostBtn {
    color: #000;
    text-align: center;
    padding: 10px 15px;
    border-radius: 6px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0);
    border: 3px solid #000;
    font-weight: 400;
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
    transition: ease 0.168s;
    -webkit-transition: ease 0.168s;
}
.footerGhostBtn:hover {
    background: rgba(0, 0, 0, 0.16);
}
#bottom-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #133d5d;
    background: #010001;
    background: -webkit-linear-gradient(bottom, #010001 0, #292929 100%);
    background: -o-linear-gradient(bottom, #010001 0, #292929 100%);
    background: linear-gradient(to top, #010001 0, #292929 100%);
}
#bottom-redes {
    background: url(../images/stripes-bottom.png) top right no-repeat;
}
#bottom-redes #redes {
    float: right;
    margin-top: 16px;
}
#residencial .panel-body h3 {
    margin-top: 13px;
    color: #ffc107;
    font-weight: 300;
    font-size: 16px;
}
#info-bottom {
    padding: 16px;
}
#info-bottom .btn-group-sm {
    line-height: 22px;
}
#info-bottom .btn-group-sm a {
    color: #878380 !important;
}
#info-bottom .btn-group-sm a:hover {
    color: #b7b2ae !important;
}
.bigtitle {
    font-size: 130px !important;
    text-shadow: 2px 2px 5px #000;
    line-height: 0.7;
}
.carousel-caption h2.mediumtitle {
    font-weight: 700;
    font-size: 48px;
    line-height: 44px;
    text-shadow: 2px 2px 5px #000;
}
.carousel-caption h2.mediumtitle span {
    font-size: 100px;
    line-height: 70px;
    display: block;
    text-shadow: 2px 2px 5px #000;
}
.justificado {
    text-align: justify !important;
}
.fondonegrogris {
    background-color: #0a0a0a;
}
.secion-bienvenido h2 {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.description {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 0;
    font-weight: 400;
    color: #045487;
    margin-bottom: 40px;
    font-size: 24px;
}
.height-banner {
    height: 360px;
}
.centrado {
    text-align: center !important;
}
.nopadding {
    padding: 0 !important;
}
.clear {
    clear: both !important;
}
.alto {
    height: 20px !important;
}
.padding10 {
    padding: 10px !important;
}
.padding20 {
    padding: 20px !important;
}
.padding30 {
    padding: 30px !important;
}
.padding40 {
    padding: 40px !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0 !important;
}
.barra {
    width: 100%;
    height: auto;
    padding: 5px 0;
    display: block;
    clear: both;
}
.bg-dark-blue {
    background-color: #002d50;
}
.btn {
    color: #fff;
    background: #f29f1d;
    background: -webkit-linear-gradient(#f29f1d 0, #ea6f19 100%);
    background: -o-linear-gradient(#f29f1d 0, #ea6f19 100%);
    background: linear-gradient(#f29f1d 0, #ea6f19 100%);
    text-align: center;
    padding: 10px 15px 5px;
    border-radius: 6px;
    text-transform: uppercase;
    transition: ease 0.168s;
    -webkit-transition: ease 0.168s;
}
.btn:active,
.btn:focus,
.btn:hover {
    background: #f29f1d;
    background: -webkit-linear-gradient(#f29f1d 16%, #ea6f19 100%);
    background: -o-linear-gradient(#f29f1d 16%, #ea6f19 100%);
    background: linear-gradient(#f29f1d 16%, #ea6f19 100%);
    color: rgba(255, 255, 255, 0.81);
    box-shadow: none;
}
.btn.ghost-btn {
    background: rgba(0, 0, 0, 0);
    border: 3px solid #fff;
    color: #fff;
    font-weight: 500;
    border-radius: 9px;
}
.btn.btn-sm {
    padding: 3px 6px 4px;
    border-radius: 17px;
}
.btn.ghostBtn:hover {
    background: rgba(0, 0, 0, 0.08);
}
.owl-next,
.owl-prev {
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 35px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
.owl-next:hover,
.owl-prev:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-next {
    right: 0;
}
.owl-controls {
    text-align: center;
    z-index: 3;
}
.owl-controls .owl-page {
    display: inline-block;
}
.owl-controls .owl-page span {
    background-color: #333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);
    opacity: 0.5;
}
.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-dots {
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    padding-top: 7px;
    position: relative;
    bottom: 0;
    background: #efefef;
    border-top: 1px solid rgba(255, 255, 255, 0.33);
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.16) !important;
    margin: 0 5px;
    border: 2px solid transparent;
    opacity: 0.7;
}
.owl-dots .owl-dot:hover {
    background: rgba(0, 0, 0, 0.6) !important;
}
.owl-dots .owl-dot.active {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6) !important;
    cursor: default;
}
.btns-flotantes {
    position: fixed;
    width: 240px;
    height: 150px;
    display: block;
    background: url(../images/whatsapp-btn.png) top left no-repeat;
    right: 0;
    bottom: 70px;
    z-index: 999;
    transition: ease 0.168s;
    -webkit-transition: ease 0.168s;
}
.btns-flotantes.off {
    right: -168px;
}
.btns-flotantes a {
    border: 0;
    padding-bottom: 10px;
}
.btns-flotantes a#trigger-whatsapp {
    width: 59px;
    height: 59px;
    position: absolute;
    top: 48px;
    left: 10px;
    display: block;
    background: url(../images/trigger-whatsapp.png) top center no-repeat;
}
.btns-flotantes a.ventas {
    position: absolute;
    top: 22px;
    right: 16px;
    color: #fff !important;
}
.btns-flotantes a.ventas:visited {
    color: #fff !important;
}
.btns-flotantes a.servicio {
    position: absolute;
    right: 14px;
    top: 85px;
    color: #fff !important;
}
.btns-flotantes a.servicio:visited {
    color: #fff !important;
}
.overlay-logo {
    max-width: 300px;
    margin: 10px auto;
}
.overlay-btn {
    border: 0;
    width: 100%;
    margin: 10px auto;
    font-size: 18px;
    padding: 15px 0;
    max-width: 300px;
}
.dropdown-divider {
    height: 7px;
    background-color: #002d50;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, 0.16) 5px, rgba(255, 255, 255, 0.016) 10px);
    margin: 0;
    overflow: hidden;
    border-top: 0 solid;
}
#menu ul {
    margin: 0;
    padding: 0;
}
#menu .main-menu {
    display: none;
}
#tm:checked + .main-menu {
    display: block;
}
#menu input[type="checkbox"],
#menu ul span.drop-icon {
    display: none;
}
#menu .sub-menu,
#menu li,
#toggle-menu {
    border-color: transparent;
}
#menu li,
#toggle-menu {
    border-width: 0;
}
#menu .sub-menu {
    margin: 0;
}
#menu .sub-menu li:last-child {
    border-width: 0;
}
#menu a,
#menu li,
#toggle-menu {
    position: relative;
    display: block;
    color: #fff;
}
#menu {
    background-color: rgba(0, 0, 0, 0);
}
#toggle-menu {
    background: #333;
}
#menu a,
#toggle-menu {
    padding: 0 0.5em;
}
#menu a {
    font-size: 14px;
    line-height: 70px;
    color: #77777b;
    padding: 0 5px;
    transition: all 0.125s ease-in-out;
    -webkit-transition: all 0.125s ease-in-out;
    font-weight: 500;
}
#menu a:hover {
    color: #09c;
}
#menu .sub-menu {
    display: none;
}
#menu input[type="checkbox"]:checked + .sub-menu {
    display: block;
}
#menu .sub-menu a {
    padding: 0.6rem 1rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d7d7d7;
    background: #f1f1f1;
    line-height: initial;
}
#menu .sub-menu a i.fas {
    line-height: 20px;
}
#menu .sub-menu a:hover {
    color: #444;
}
#menu li label.drop-icon,
#toggle-menu .drop-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 1.39em;
}
#menu li label.drop-icon i.fas {
    transition: all 0.125s ease-in-out;
    -webkit-transition: all 0.125s ease-in-out;
}
#menu label.drop-icon,
#toggle-menu span.drop-icon {
    padding: 1em;
    font-size: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, 0.75);
}
#menu label.drop-icon i.fas,
#toggle-menu span.drop-icon i.fas {
    transition: all 0.125s ease-in-out;
    -webkit-transition: all 0.125s ease-in-out;
}
#paquetesdobles {
    height: 0;
    opacity: 0;
}
#paquetesdobles.active {
    height: auto;
    opacity: 1;
}
.pack-btns {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border-radius: 9px;
    background: #4872b5;
    background: -moz-linear-gradient(left, #4872b5 0, #476eb1 34%, #4765ac 51%, #4d4a95 83%, #4d4793 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #4872b5), color-stop(34%, #476eb1), color-stop(51%, #4765ac), color-stop(83%, #4d4a95), color-stop(100%, #4d4793));
    background: -webkit-linear-gradient(left, #4872b5 0, #476eb1 34%, #4765ac 51%, #4d4a95 83%, #4d4793 100%);
    background: -o-linear-gradient(left, #4872b5 0, #476eb1 34%, #4765ac 51%, #4d4a95 83%, #4d4793 100%);
    background: -ms-linear-gradient(left, #4872b5 0, #476eb1 34%, #4765ac 51%, #4d4a95 83%, #4d4793 100%);
    background: linear-gradient(to right, #4872b5 0, #476eb1 34%, #4765ac 51%, #4d4a95 83%, #4d4793 100%);
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
.pack-btns:hover {
    color: #fff;
}
.pack-btns2 {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border-radius: 9px;
    background: #6e418c;
    background: -moz-linear-gradient(left, #6e418c 0, #683e89 34%, #6a3c84 51%, #743c84 74%, #8d3980 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #6e418c), color-stop(34%, #683e89), color-stop(51%, #6a3c84), color-stop(74%, #743c84), color-stop(100%, #8d3980));
    background: -webkit-linear-gradient(left, #6e418c 0, #683e89 34%, #6a3c84 51%, #743c84 74%, #8d3980 100%);
    background: -o-linear-gradient(left, #6e418c 0, #683e89 34%, #6a3c84 51%, #743c84 74%, #8d3980 100%);
    background: -ms-linear-gradient(left, #6e418c 0, #683e89 34%, #6a3c84 51%, #743c84 74%, #8d3980 100%);
    background: linear-gradient(to right, #6e418c 0, #683e89 34%, #6a3c84 51%, #743c84 74%, #8d3980 100%);
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
.pack-btns2:hover {
    color: #fff;
}
#paquetes-slideshow .owl-next,
#paquetes-slideshow .owl-prev {
    color: #0066b6;
    opacity: 0.5;
}
#paquetes-slideshow2 .owl-next,
#paquetes-slideshow2 .owl-prev {
    color: #0066b6;
    opacity: 0.5;
}
#paquetes {
    padding: 0 0;
}
#paquetes .owl-dots {
    background: initial;
    border-bottom: 0;
    margin: 0 auto 30px;
}
.fondo-ilimitado10 {
    background: #bfd279;
    background: -moz-linear-gradient(left, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #bfd279), color-stop(34%, #abc983), color-stop(51%, #95c18c), color-stop(74%, #7fb6b2), color-stop(100%, #6eadcf));
    background: -webkit-linear-gradient(left, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    background: -o-linear-gradient(left, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    background: -ms-linear-gradient(left, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    background: linear-gradient(to right, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-ilimitado20 {
    background: #bfd279;
    background: -moz-linear-gradient(left, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #bfd279), color-stop(34%, #abc983), color-stop(51%, #95c18c), color-stop(74%, #7fb6b2), color-stop(100%, #6eadcf));
    background: -webkit-linear-gradient(left, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    background: -o-linear-gradient(left, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    background: -ms-linear-gradient(left, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    background: linear-gradient(to right, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-ilimitado30 {
    background: #bfd279;
    background: -moz-linear-gradient(left, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #bfd279), color-stop(34%, #abc983), color-stop(51%, #95c18c), color-stop(74%, #7fb6b2), color-stop(100%, #6eadcf));
    background: -webkit-linear-gradient(left, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    background: -o-linear-gradient(left, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    background: -ms-linear-gradient(left, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    background: linear-gradient(to right, #bfd279 0, #abc983 34%, #95c18c 51%, #7fb6b2 74%, #6eadcf 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-ilimitado50 {
    background: #66acd4;
    background: -moz-linear-gradient(left, #66acd4 0, #62a7d8 34%, #60a1da 52%, #5081c2 76%, #496db1 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #66acd4), color-stop(34%, #62a7d8), color-stop(52%, #60a1da), color-stop(76%, #5081c2), color-stop(100%, #496db1));
    background: -webkit-linear-gradient(left, #66acd4 0, #62a7d8 34%, #60a1da 52%, #5081c2 76%, #496db1 100%);
    background: -o-linear-gradient(left, #66acd4 0, #62a7d8 34%, #60a1da 52%, #5081c2 76%, #496db1 100%);
    background: -ms-linear-gradient(left, #66acd4 0, #62a7d8 34%, #60a1da 52%, #5081c2 76%, #496db1 100%);
    background: linear-gradient(to right, #66acd4 0, #62a7d8 34%, #60a1da 52%, #5081c2 76%, #496db1 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-ilimitado80,
.fondo-ilimitado70 {
    background: #4872b5;
    background: -moz-linear-gradient(left, #4872b5 0, #476eb1 34%, #4765ac 51%, #4d4a95 83%, #4d4793 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #4872b5), color-stop(34%, #476eb1), color-stop(51%, #4765ac), color-stop(83%, #4d4a95), color-stop(100%, #4d4793));
    background: -webkit-linear-gradient(left, #4872b5 0, #476eb1 34%, #4765ac 51%, #4d4a95 83%, #4d4793 100%);
    background: -o-linear-gradient(left, #4872b5 0, #476eb1 34%, #4765ac 51%, #4d4a95 83%, #4d4793 100%);
    background: -ms-linear-gradient(left, #4872b5 0, #476eb1 34%, #4765ac 51%, #4d4a95 83%, #4d4793 100%);
    background: linear-gradient(to right, #4872b5 0, #476eb1 34%, #4765ac 51%, #4d4a95 83%, #4d4793 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-ilimitado100 {
    background: #4c4b95;
    background: -moz-linear-gradient(left, #4c4b95 0, #4e4893 34%, #514390 51%, #5a438f 74%, #6f418d 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #4c4b95), color-stop(34%, #4e4893), color-stop(51%, #514390), color-stop(74%, #5a438f), color-stop(100%, #6f418d));
    background: -webkit-linear-gradient(left, #4c4b95 0, #4e4893 34%, #514390 51%, #5a438f 74%, #6f418d 100%);
    background: -o-linear-gradient(left, #4c4b95 0, #4e4893 34%, #514390 51%, #5a438f 74%, #6f418d 100%);
    background: -ms-linear-gradient(left, #4c4b95 0, #4e4893 34%, #514390 51%, #5a438f 74%, #6f418d 100%);
    background: linear-gradient(to right, #4c4b95 0, #4e4893 34%, #514390 51%, #5a438f 74%, #6f418d 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-ilimitado150 {
    background: #903982;
    background: -moz-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #903982), color-stop(34%, #993781), color-stop(51%, #9f3680), color-stop(74%, #b13579), color-stop(100%, #be3477));
    background: -webkit-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -o-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -ms-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: linear-gradient(to right, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-premier150 {
    background: #507fb8;
    background: -moz-linear-gradient(left, #507fb8 0, #4e6daa 34%, #4c5396 51%, #5e4b92 74%, #6d438e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #507fb8), color-stop(34%, #4e6daa), color-stop(51%, #4c5396), color-stop(74%, #5e4b92), color-stop(100%, #6d438e));
    background: -webkit-linear-gradient(left, #507fb8 0, #4e6daa 34%, #4c5396 51%, #5e4b92 74%, #6d438e 100%);
    background: -o-linear-gradient(left, #507fb8 0, #4e6daa 34%, #4c5396 51%, #5e4b92 74%, #6d438e 100%);
    background: -ms-linear-gradient(left, #507fb8 0, #4e6daa 34%, #4c5396 51%, #5e4b92 74%, #6d438e 100%);
    background: linear-gradient(to right, #507fb8 0, #4e6daa 34%, #4c5396 51%, #5e4b92 74%, #6d438e 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-streaming150 {
    background: #6e418c;
    background: -moz-linear-gradient(left, #6e418c 0, #683e89 34%, #6a3c84 51%, #743c84 74%, #8d3980 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #6e418c), color-stop(34%, #683e89), color-stop(51%, #6a3c84), color-stop(74%, #743c84), color-stop(100%, #8d3980));
    background: -webkit-linear-gradient(left, #6e418c 0, #683e89 34%, #6a3c84 51%, #743c84 74%, #8d3980 100%);
    background: -o-linear-gradient(left, #6e418c 0, #683e89 34%, #6a3c84 51%, #743c84 74%, #8d3980 100%);
    background: -ms-linear-gradient(left, #6e418c 0, #683e89 34%, #6a3c84 51%, #743c84 74%, #8d3980 100%);
    background: linear-gradient(to right, #6e418c 0, #683e89 34%, #6a3c84 51%, #743c84 74%, #8d3980 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-total200 {
    background: #903982;
    background: -moz-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #903982), color-stop(34%, #993781), color-stop(51%, #9f3680), color-stop(74%, #b13579), color-stop(100%, #be3477));
    background: -webkit-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -o-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -ms-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: linear-gradient(to right, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-ilimitado200 {
    background: #903982;
    background: -moz-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #903982), color-stop(34%, #993781), color-stop(51%, #9f3680), color-stop(74%, #b13579), color-stop(100%, #be3477));
    background: -webkit-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -o-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -ms-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: linear-gradient(to right, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-ilimitadostreaming {
    background: #903982;
    background: -moz-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #903982), color-stop(34%, #993781), color-stop(51%, #9f3680), color-stop(74%, #b13579), color-stop(100%, #be3477));
    background: -webkit-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -o-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -ms-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: linear-gradient(to right, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-ilimitado70 {
    background: #903982;
    background: -moz-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #903982), color-stop(34%, #993781), color-stop(51%, #9f3680), color-stop(74%, #b13579), color-stop(100%, #be3477));
    background: -webkit-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -o-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -ms-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: linear-gradient(to right, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-ilimitado350 {
    background: #4c4b95;
    background: -moz-linear-gradient(left, #4c4b95 0, #4e4893 34%, #514390 51%, #5a438f 74%, #6f418d 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #4c4b95), color-stop(34%, #4e4893), color-stop(51%, #514390), color-stop(74%, #5a438f), color-stop(100%, #6f418d));
    background: -webkit-linear-gradient(left, #4c4b95 0, #4e4893 34%, #514390 51%, #5a438f 74%, #6f418d 100%);
    background: -o-linear-gradient(left, #4c4b95 0, #4e4893 34%, #514390 51%, #5a438f 74%, #6f418d 100%);
    background: -ms-linear-gradient(left, #4c4b95 0, #4e4893 34%, #514390 51%, #5a438f 74%, #6f418d 100%);
    background: linear-gradient(to right, #4c4b95 0, #4e4893 34%, #514390 51%, #5a438f 74%, #6f418d 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-ilimitado500 {
    background: #903982;
    background: -moz-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #903982), color-stop(34%, #993781), color-stop(51%, #9f3680), color-stop(74%, #b13579), color-stop(100%, #be3477));
    background: -webkit-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -o-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -ms-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: linear-gradient(to right, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.fondo-ilimitado1000 {
    background: #903982;
    background: -moz-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #903982), color-stop(34%, #993781), color-stop(51%, #9f3680), color-stop(74%, #b13579), color-stop(100%, #be3477));
    background: -webkit-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -o-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: -ms-linear-gradient(left, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    background: linear-gradient(to right, #903982 0, #993781 34%, #9f3680 51%, #b13579 74%, #be3477 100%);
    display: flex;
    position: relative;
    justify-content: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.internet img {
    max-width: 130px;
    position: relative;
}
.onda-ilimitada img {
    position: absolute;
    left: -17px;
    top: 0;
    max-width: 70px;
}
.separados-vel {
    background: #fff;
    width: 2px;
    height: 70px;
    margin-top: 9px;
}
.tipo-pagop {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.text-black {
    color: #000;
}
.paquete {
    width: 100%;
    margin: 0;
    height: auto;
    display: block;
    position: relative;
    min-height: 500px;
    padding: 0;
}
.paquete .nombre-paquete {
    text-align: center;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    background: #2f244b;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    text-transform: uppercase;
    font-weight: 700;
    height: 80px;
}
.x-view-bloque {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.x-view-bloque .top {
    display: inline-block;
    width: 100%;
}
.x-view-bloque .top img {
    max-width: 180px;
}
.paquete .nombre-paquete.titulo-netflix {
    border-radius: 0;
}
.paquetehome {
    min-height: 360px !important;
}
.paquete .label {
    display: block;
    padding: 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.paquete .tv {
    display: block;
    padding: 0;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4d569e;
    padding-top: 5px;
    height: 30px;
}
.paquete .tv2 {
    display: block;
    padding: 0;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4d569e;
    padding-top: 5px;
}
.paquete .tv3 {
    display: block;
    padding: 0;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4d569e;
    padding-top: 5px;
}
.label.internet {
    margin: 10px 0;
}
.label.internet span {
    display: block;
    width: 100%;
}
.paquete .velocidad {
    width: auto;
    padding: 15px 0 5px 5px;
    height: auto;
    position: relative;
    overflow: hidden;
    text-align: left;
    margin: 10px 0;
    display: block;
}
.paquete .velocidad.velocidad-netflix {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
}
.paquete .velocidad span.hasta {
    position: relative;
    top: -15px;
    color: #000;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    text-transform: uppercase;
}
.paquete .velocidad strong.numero {
    font-size: 44px;
    color: #fff;
    width: auto;
    display: inline-block;
    text-align: center;
}
.title-ilimitado {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 5px 0 0;
}
.paquete .velocidad strong.numero.n-net {
    font-size: 21px;
    text-transform: uppercase;
}
.paquete .velocidad span.mbps {
    position: relative;
    color: #000;
    font-weight: 700;
    display: inline-block;
    font-size: 46px;
    margin-left: 0;
    text-transform: uppercase;
}
.incluyen-pa {
    display: inline-block;
    position: relative;
    height: 110px;
    text-align: center;
}
.incluyen-netf {
    display: inline-block;
    position: relative;
    height: 70px;
    text-align: center;
}
.incluyen-ama {
    display: inline-block;
    position: relative;
    height: 70px;
    text-align: center;
}
.paquete ul.listado {
    list-style: none;
    margin: 10px auto 0;
    padding: 0;
    text-align: center;
    height: 50px;
}
.paquete ul.listado li {
    color: #3f3f3e;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
.prrpf {
    color: #3f3f3e;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
}
.hps {
    color: #3f3f3e;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    margin-bottom: 5px;
}
.border-rosa {
    border-right: 2px solid #c63276;
}
.paquete ul.listado2 {
    list-style: none;
    margin: 0 auto 0;
    padding: 0;
    text-align: center;
}
.paquete ul.listado2 li {
    color: #3f3f3e;
    font-size: 17px;
    text-transform: uppercase;
    text-align: left;
}
.paquete ul.listado3 {
    list-style: none;
    margin: 0 auto 0;
    padding: 0;
    text-align: center;
}
.paquete ul.listado3 li {
    color: #3f3f3e;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
}
.prrpf2prrpf2 {
    color: #3f3f3e;
    font-size: 12px;
    font-weight: 600;
    height: auto;
    padding-top: 10px;
}
.hps2 {
    color: #3f3f3e;
    font-size: 12px;
    font-weight: 600;
    height: 35px;
}
.prrpf3 {
    color: #3f3f3e;
    font-size: 10px;
    font-weight: 600;
    height: auto;
    padding-top: 10px;
}
.hps3 {
    color: #3f3f3e;
    font-size: 10px;
    font-weight: 600;
    height: 35px;
}
.logo-app-paquete {
    max-width: 200px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.text-precio2 {
    font-size: 12px;
    padding-top: 19px;
}
.precio .asterisco {
    font-size: 14px;
    display: inline-flex;
    position: absolute;
    right: 29%;
    top: 23%;
}
.item {
    padding-left: 10px;
    padding-right: 10px;
}
#slidedestacados .item,
#slidepromociones .item {
    padding: 0 !important;
}
.paquete:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.label.telefonia {
    margin: 10px 0;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
}
.label.telefonia i {
    font-style: normal;
    font-size: 30px;
    width: 30px;
    float: left;
    display: block;
    padding-top: 2px;
}
.label.telefonia span {
    float: right;
    text-align: left;
    display: block;
}
.label.telefonia span.telefonia {
    font-size: 16px;
    padding-top: 10px;
}
.label.telefonia span.ilimitada {
    font-size: 18px;
}
.text-precio {
    font-size: 14px;
}
.mesp {
    font-size: 14px;
}
.label.internet2 {
    margin: 10px 0;
}
.paquete .precio {
    background: #2f244b;
    border-radius: 10px;
    display: block;
    margin: 10px auto 0;
    color: #8ec0eb;
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    padding: 10px 0 10px;
    clear: both;
}
.precio .signo-pesos {
    font-size: 30px;
    display: inline-flex;
    padding-right: 2px;
    padding-top: 8px;
}
.precio .asteris {
    font-size: 14px;
    display: inline-flex;
    position: absolute;
    right: 27%;
    top: 34%;
}
.colecc-paquetes .slick-next,
.colecc-paquetes .slick-prev {
    background: #2f244b !important;
}
.colecc-paquetes .slick-next:before,
.colecc-paquetes .slick-prev:before {
    font-size: 30px !important;
    color: #fff !important;
}
.colecc-paquetes .slick-prev {
    left: 10px;
}
.colecc-paquetes .slick-next {
    right: 10px;
}
.colecc-paquetes .slick-next:before {
    content: "\f0da" !important;
}
.colecc-paquetes .slick-prev:before {
    content: "\f0d9" !important;
}
.pago2 {
    background: #1b92f4;
    background: -moz-linear-gradient(top, #1b92f4 0, #1a7ecf 26%, #1a6caa 51%, #195d8e 71%, #19567e 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #1b92f4), color-stop(26%, #1a7ecf), color-stop(51%, #1a6caa), color-stop(71%, #195d8e), color-stop(100%, #19567e));
    background: -webkit-linear-gradient(top, #1b92f4 0, #1a7ecf 26%, #1a6caa 51%, #195d8e 71%, #19567e 100%);
    background: -o-linear-gradient(top, #1b92f4 0, #1a7ecf 26%, #1a6caa 51%, #195d8e 71%, #19567e 100%);
    background: -ms-linear-gradient(top, #1b92f4 0, #1a7ecf 26%, #1a6caa 51%, #195d8e 71%, #19567e 100%);
    background: linear-gradient(to bottom, #1b92f4 0, #1a7ecf 26%, #1a6caa 51%, #195d8e 71%, #19567e 100%);
    width: 100%;
    max-width: 200px;
    height: 50px;
    border-radius: 15px;
    display: inherit;
    text-align: center;
    line-height: 28px;
    margin-top: 14px;
}
.pago2 strong {
    color: #fff;
    font-weight: 900;
    margin-top: 0;
    padding-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    display: inline-block;
    width: 100%;
}
.pago2 span {
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    padding-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    width: 100%;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
}
.espacio-app {
    height: 50px;
}
.anuncio {
    margin-top: 5%;
    margin-bottom: 5%;
}


/*SLIDER*/
.slick-list {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-slide:focus {
    outline: 0;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(../images/detalle_canal/ajax_loader.gif) center center no-repeat;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
    z-index: 1;
    border: 3px solid transparent;
    border-radius: 35px;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 20px;
    line-height: 1;
    color: #a7abb0;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 30px;
}
.slick-prev[dir="rtl"] {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "\f053";
}
.slick-prev:before[dir="rtl"] {
    content: "\f060";
}
.slick-next {
    right: 30px;
}
.slick-next[dir="rtl"] {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "\f054";
}
.slick-next:before[dir="rtl"] {
    content: "\f061";
}
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "o";
    width: 15px;
    height: 15px;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 8px;
    text-align: center;
    color: #fff;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}
#interior_paquetes {
    overflow: hidden;
    padding-bottom: 30px;
}
#interior_paquetes .card__top {
    border: 0;
    height: 40px;
    width: 100%;
    border-radius: 9px 9px 0 0;
    background: #d8d8d8;
}
#interior_paquetes .card {
    min-height: 400px;
    margin: 30px 0;
    background: #fff;
    border: 0;
    box-shadow: 0;
}
#interior_paquetes .card__image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: #0d60ac;
    overflow: hidden;
}
.homeplaceholder .card__image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    transform: translateX(-100%);
    animation: loading 1.5s infinite;
}
#interior_paquetes .card__image img {
    position: relative;
    max-width: 100%;
    z-index: 1;
}
#interior_paquetes .card__content {
    padding: 20px;
    border: 1px solid #ddd;
}
.homeplaceholder .card__heading {
    margin-top: 0;
    margin-bottom: 10px;
}
.homeplaceholder .card__heading:empty {
    width: 100%;
    height: 35px;
    background: #d8d8d8;
    margin-bottom: 20px;
}
.homeplaceholder .card__heading:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    transform: translateX(-100%);
    animation: loading 1.5s infinite;
}
#interior_paquetes .card__paragraph {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
}
#interior_paquetes .card__paragraph:empty {
    width: 100%;
    height: 15px;
    margin-bottom: 10px;
    background: #d8d8d8;
}
.error404 {
    display: inline-block;
    position: relative;
    margin-top: 25%;
    margin-bottom: 3%;
    width: 100%;
}
@-moz-keyframes loading {
    100% {
        transform: translateX(100%);
    }
}
@-webkit-keyframes loading {
    100% {
        transform: translateX(100%);
    }
}
@-o-keyframes loading {
    100% {
        transform: translateX(100%);
    }
}
@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}
.title-soporte-solucion {
    font-size: 18px;
    text-align: center;
    padding: 10px 30px;
    color: #045487;
    font-weight: 600;
}
.return-soport {
    color: #045487;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    position: relative;
    margin-bottom: 7%;
    display: inline-block;
}
.contend-item-soport {
    width: 100%;
    display: inline-block;
    position: relative;
}
.contend-item-soport h3 {
    color: #045487;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    position: relative;
    display: inline-block;
}
.contend-item-soport p {
    color: #002950;
    font-size: 20px;
    line-height: 30px !important;
}
.contend-item-soport p img {
    height: auto;
    max-width: 100%;
}
.contend-item-soport div img {
    height: auto;
    max-width: 100%;
}
.contend-item-soport ul {
    width: 100%;
    display: inline-block;
    color: #0067b7;
}
.contend-item-soport ul li {
    color: #045487 !important;
    font-size: 18px;
    line-height: 10px !important;
    font-weight: 400 !important;
    text-align: left;
}
.contend-item-soport table {
    width: 100% !important;
}
.contend-item-soport tr td {
    color: #045487;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
}
.titleService {
    color: #045487;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7%;
}
.legacy {
    background: #202020;
    color: #fff;
}
.legacy .title-foot-menu {
    height: auto;
    font-size: 11.3px;
    line-height: 20px;
    color: #fff;
    cursor: context-menu;
}
.legacy .footerlist {
    line-height: 24px;
}
.legacy .footerlist li {
    list-style: none;
}
.legacy .footerlist li a {
    color: #939393;
    font-size: 13px;
}
.contrata-ahora-text {
    display: block;
    width: 100%;
    border: 0;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    font-weight: lighter;
    padding: 0;
    color: #fff;
}
.base-whatsapp {
    background: #fff;
    display: block;
    position: fixed;
    right: 0;
    top: calc(30% - 35px);
    width: 72px;
    height: 130px;
    z-index: 999;
    background: url(../images/base-whatsapp.png) top center no-repeat;
}
#whatsapp-btn {
    display: block;
    position: absolute;
    top: 51px;
    left: 14px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/btn-whatsapp.png);
    background-size: 100%;
}
#d-fancy-pago-container {
    width: 1200px;
    max-width: 100%;
    overflow: hidden;
}
#d-fancy-pago-container iframe {
    background-color: #fff;
    border: 0;
    width: 100%;
    height: 502px;
}
.legacy .title-foot-menu a i {
    font-size: 16px;
}
.ocultar {
    display: none;
}
a[aria-expanded="false"] .ocultar {
    display: none;
}
.legacy .title-foot-menu a[aria-expanded="true"] .fa-caret-right {
    display: none;
}
.legacy .title-foot-menu a[aria-expanded="true"] .ocultar {
    display: inline-block !important;
}
@media screen and (max-width: 1440px) {
    .title-amazon {
        padding-bottom: 0;
        height: 60px;
    }
    .textAmazon {
        height: 200px;
    }
    /*.logo-megacable2 {
        width: 200px;
    }*/
    #menu a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    #menu .main-menu {
        display: block;
    }
    #menu label.drop-icon,
    #toggle-menu {
        display: none;
    }
    #menu ul span.drop-icon {
        display: inline-block;
    }
    #menu li {
        float: left;
    }
    #menu .sub-menu li {
        float: none;
    }
    #menu .sub-menu {
        border-width: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 12em;
        z-index: 3000;
    }
    #menu .sub-menu,
    #menu input[type="checkbox"]:checked + .sub-menu {
        display: none;
    }
    #menu .sub-menu li {
        border-width: 0;
    }
    #menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }
    #menu .sub-menu li a {
        position: relative;
    }
    #menu .sub-menu li a:after {
        content: "";
        display: block;
        width: 10px;
        height: calc(100% + 2px);
        position: absolute;
        top: 0;
        right: -10px;
        -webkit-box-shadow: inset 4px 0 4px -2px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: inset 4px 0 4px -2px rgba(0, 0, 0, 0.16);
        box-shadow: inset 4px 0 4px -2px rgba(0, 0, 0, 0.16);
        z-index: 3001;
    }
    #menu .sub-menu .sub-menu li a:after {
        content: "";
        display: none;
    }
    #menu .sub-menu .drop-icon {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 0;
    }
    #menu li:hover > input[type="checkbox"] + .sub-menu {
        display: block;
        max-width: 180px;
    }
}


@media only screen and (max-width: 992px) {
    #menu a {
        font-size: 17px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1199px) {
    #toggle-menu {
        display: none;
    }
    #menu a {
        font-size: 18px;
        padding: 0 20px;
        background: #0067b7;
        color: #fff;
        margin-bottom: 1px;
    }
    #menu label.drop-icon,
    #toggle-menu span.drop-icon {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
    }
    #menu .sub-menu a {
        padding: 0.6rem 1rem;
        color: #111;
    }
    #menu .sub-menu .sub-menu a {
        background: #fff;
    }
    #menu .sub-menu li label.drop-icon {
        padding: 10px 1.39em;
        color: #ccc;
    }
    #info-bottom {
        padding: 10px;
    }
    #info-bottom .btn-group-sm a {
        font-size: 11px;
    }
    a.ver-paquetes-btn {
        margin-bottom: 10% !important;
    }
}
.title-soporte-solucion {
    font-size: 18px;
    text-align: center;
    padding: 10px 30px;
    color: #045487;
    font-weight: 600;
}
.return-soport {
    color: #045487;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    position: relative;
    margin-bottom: 7%;
    display: inline-block;
}
.contend-item-soport {
    width: 100%;
    display: inline-block;
    position: relative;
}
.contend-item-soport h3 {
    color: #045487;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    position: relative;
    display: inline-block;
}
.contend-item-soport p {
    color: #002950;
    font-size: 20px;
    line-height: 30px !important;
}
.contend-item-soport p img {
    height: auto !important;
    max-width: 100%;
}
.contend-item-soport div img {
    height: auto !important;
    max-width: 100%;
}
.contend-item-soport ul {
    width: 100%;
    display: inline-block;
    color: #0067b7;
}
.contend-item-soport ul li {
    color: #045487 !important;
    font-size: 18px !important;
    line-height: 10px !important;
    font-weight: 400 !important;
    text-align: left;
    margin-left: 0 !important;
    white-space: normal !important;
}
.contend-item-soport table {
    width: 100% !important;
}
.contend-item-soport tr td {
    color: #045487;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
}
.titleService {
    color: #045487;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.header-secciones {
    height: 360px !important;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.header-secciones .image-parallax {
    height: 200%;
    width: 100%;
    position: absolute;
    top: -100%;
}
#modal-pago iframe {
    border: 0;
    width: 100%;
    height: 502px;
}
.colecc-paquetes {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.titlestd {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width: 1199px) {
    .title-soporte-solucion {
        padding: 10px 10px;
    }
    #d-fancy-pago-container {
        width: 992px;
    }
    .navbar-expand-xl .navbar-toggler {
        display: block;
    }
    #menu a {
        padding: 0 10px;
        font-size: 13px;
    }
    /*.logo-megacable2 {
        width: 170px;
    }*/
    .paquete .velocidad span.hasta {
        font-size: 15px;
    }
    .paquete .velocidad span.mbps {
        font-size: 26px;
    }
    .paquete .label {
        font-size: 15px;
    }
    .paquete .nombre-paquete {
        font-size: 20px;
    }
    .paquete ul.listado li {
        font-size: 14px;
    }
    .paquete .tv {
        font-size: 18px;
    }
    .paquete ul.listado {
        margin: 5px auto 0;
    }
    .prrpf {
        font-size: 12px;
    }
    .hps {
        font-weight: 600;
        height: 30px;
    }
    .label.telefonia span.telefonia {
        font-size: 18px;
    }
    .label.telefonia i {
        font-size: 24px;
        padding-top: 0;
    }
    .paquete .precio {
        font-size: 38px;
    }
    .text-precio {
        font-size: 18px;
    }
    .precio .signo-pesos {
        font-size: 32px;
    }
    .internet img {
        max-width: 110px;
    }
    .paquete .velocidad {
        padding: 10px 0 5px 5px;
    }
    .paquete .tv2 {
        font-size: 14px;
    }
    .paquete ul.listado2 li {
        font-size: 12px;
    }
    .prrpf2 {
        font-size: 10px;
    }
    .precio .asterisco {
        right: 30%;
    }


    .header-secciones {
        height: 300px !important;
        bottom: initial;
    }
    .header-secciones .carousel-caption {
        top: calc(5vw + 25px);
    }
    nav.navbar {
        top: 0;
    }
    .navbar-toggler {
        left: calc(100% + 25px);
        top: 35px;
        width: 30px;
        height: 21px;
        position: absolute;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }
    .navbar-toggler span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #656769;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .navbar-toggler span:nth-child(1) {
        top: 0;
    }
    .navbar-toggler span:nth-child(2) {
        top: 9px;
    }
    .navbar-toggler span:nth-child(3) {
        top: 18px;
    }
    .navbar-toggler.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .navbar-toggler.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .navbar-toggler.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .navbar-toggler {
        top: 25px;
        left: 20px;
        float: left;
        position: absolute;
        border: 0;
        background: rgba(0, 0, 0, 0);
    }
    .navbar-toggler:focus {
        outline: 0;
    }
    .navbar-brand {
        margin: 0 auto;
    }
    .navbar-height {
        height: 70px;
    }
    #collapsibleNavbar {
        width: 100%;
        max-height: 100vh;
        min-height: unset;
        position: absolute;
        left: 0;
        top: 70px;
        padding: 0;
        background: #fcfcfc;
        overflow-y: auto;
    }
    #mobile-top-second-bar {
        display: block !important;
        position: relative;
        top: 0;
        background: #002d50;
        width: 100%;
        height: auto;
        padding-bottom: 15px;
        clear: both;
        text-align: center;
    }
    #subnavbar {
        float: none;
        width: 100%;
        text-align: center;
        display: block;
    }
    #subnavbar li {
        display: inline-block;
    }
    ul#redes {
        text-align: center;
        float: none;
        width: 100%;
        display: block;
    }
    #search-form2 {
        max-width: 80%;
        position: relative;
        float: none;
        margin: 10px auto;
        display: block;
    }
    #search-form2 input {
        background: rgba(255, 255, 255, 0.16);
        border: 0;
        color: #fff;
        padding: 12px 50px 12px 20px;
        margin-top: 7px;
        width: 100%;
        height: 40px;
    }
    #search-form2 .input-group-append {
        top: 5px;
        right: 0;
        margin-left: -47px;
        display: inline-block;
    }
    #search-form2 #buscar-btn2 {
        border: 0;
        background: rgba(0, 0, 0, 0);
        color: #fff;
        padding: 3px 10px;
        margin-top: 0;
        font-size: 24px;
        display: block;
        top: 0;
        position: absolute;
        right: 0;
    }
    .subMenuBtn {
        color: #fff;
        background: #0067b7;
        border-top: 1px solid #fff;
        text-align: center;
    }
    .subMenuBtn:hover {
        color: rgba(255, 255, 255, 0.6);
    }
    .subMenuBtn span.caret {
        display: none;
    }
    .legacy .footerlist li a {
        font-size: 14px;
    }
    .contrata-resp {
        width: 100%;
        padding: 0 15px;
    }
    .contrata-ahora-text {
        font-size: 12px !important;
        text-align: center;
    }
    .pack-btns {
        max-width: 300px;
    }
    .pack-btns2 {
        max-width: 300px;
    }
    #menu a {
        font-size: 16px;
        color: #fff !important;
        padding: 0 20px;
    }
    #menu .sub-menu a {
        font-size: 16px;
        color: #111 !important;
        padding: 10px 15px;
    }
}
@media screen and (max-width: 1080px) {
    .btn-soluciones {
        font-size: 18px;
    }
    .height-banner {
        height: auto;
    }
    #d-fancy-pago-container {
        width: auto;
    }
    .x-view-bloque .top img {
        max-width: 240px;
    }
    .precio .asteris {
        right: 37%;
    }
    .paquete .tv {
        font-size: 18px;
    }
    .paquete ul.listado li {
        font-size: 17px;
    }
    .prrpf {
        font-size: 14px;
    }
    .internet img {
        max-width: 130px;
    }
    .paquete .tv2 {
        font-size: 20px;
    }
    .paquete ul.listado2 li {
        font-size: 18px;
    }
    .prrpf2 {
        font-size: 13px;
    }
    .paquete .velocidad strong.numero {
        font-size: 48px;
    }
}
@media screen and (max-width: 991px) {
    #menu a {
        padding: 0 7px;
        font-size: 11.7px;
    }
    /*.logo-megacable2 {
        width: 150px;
    }*/
    .header-secciones {
        height: 300px !important;
    }
    .header-secciones .image-parallax {
        background-size: cover;
    }
    .subMenuBtn {
        padding: 0 7px;
    }
    #subnavbar li a {
        padding: 0 5px;
        font-size: 13px;
    }
    ul#redes li {
        margin: 5px 2px;
    }
    #search-form {
        max-width: 190px;
        position: relative;
    }
    #search-form input {
        min-width: 190px;
    }
    #search-form .input-group-append {
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
    }
    #footer-navigation #accordion {
        width: 100%;
        display: block;
    }
    #footer-navigation #accordion .panel {
        width: 100%;
        margin: 15px auto;
    }
    .legacy .title-foot-menu {
        line-height: 26px;
    }
    .contrata-ahora-text {
        font-size: 15px;
    }
    .label.internet span {
        display: inline-block;
        width: auto;
    }
    .label.internet {
        padding: 12px 5px 12px 0;
    }
    #interior_paquetes .containerpaqslay .container {
        max-width: 100%;
    }
    .precio .asteris {
        right: 32%;
    }
    .precio .asterisco {
        right: 30%;
    }
    .paquete .velocidad strong.numero {
        font-size: 60px;
    }
    .prrpf3 {
        font-size: 12px;
    }
    .paquete ul.listado3 li {
        font-size: 14px;
    }
    .paquete .tv3 {
        font-size: 16px;
    }
    .hps3 {
        font-size: 12px;
    }
}
@media screen and (max-width: 880px) {
    .paquete .tv2 {
        font-size: 18px;
    }
    .paquete ul.listado2 li {
        font-size: 16px;
    }
    .prrpf2 {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    section#notFound404 {
        min-height: 480px;
    }

    
}
@media screen and (max-width: 600px) {
    .fancybox-slide > * {
        max-width: 300px;
    }
    .fancybox-slide p {
        font-size: 14px;
        text-align: center;
        padding-bottom: 20px;
        display: inline-block;
        width: 100%;
    }
    .legacy .title-foot-menu a i {
        margin-top: 0;
        right: 19px;
        position: absolute;
        top: 0;
        font-size: 20px;
    }
    .anuncio {
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mega-movil-paque {
        max-width: 280px;
    }
    .back-gray-responsive {
        background: #f5f4f4;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
    }
    .back-gray-responsive img {
        max-width: 280px;
    }
    .xview-responsiv-log {
        max-width: 70px;
    }
}
@media screen and (max-width: 576px) {
    #top-footer {
        line-height: 1;
        height: auto;
        padding: 15px;
        text-align: center;
    }
    p.legal {
        margin-bottom: 0;
    }
    p.legal span#links-top-footer {
        float: none;
        display: block;
        margin-top: 10px;
    }
    #footer-navigation {
        padding: 30px 30px 0;
    }
    #bottom-redes {
        background: 0 0;
    }
    #info-bottom {
        text-align: center;
    }
    footer {
        padding-bottom: 160px;
    }
    footer .footerGhostBtn {
        margin-bottom: 10px;
    }
    #info-bottom .btn-group-sm {
        line-height: 27px;
    }
    #info-bottom .btn-group-sm a {
        font-size: 14px;
    }
    .btns-flotantes {
        bottom: 40px;
    }
    ul#redes li a.redesIcon {
        width: 36px;
        height: 36px;
        line-height: 35px;
    }
    #bottom-redes #redes {
        margin-top: 10px;
    }
    .duracion {
        font-size: 18px !important;
        margin-bottom: 10px;
    }
    .btn-soluciones {
        margin-top: 20px;
    }
    .adult-logo {
        width: 200px;
    }
    .paquete {
        width: calc(100% - 0px) !important;
        margin-top: 30px !important;
    }
    /*.logo-megacable2 {
        width: 180px;
    }*/
    .h-40 {
        max-width: 250px;
    }
    section {
        min-height: auto !important;
    }
    .contend-item-soport p {
        font-size: 18px;
    }
    #subnavbar li a {
        font-size: 18px;
    }
    .pack-btns {
        font-size: 18px;
    }
    .pack-btns2 {
        font-size: 18px;
    }
    section#notFound404:after {
        display: none !important;
    }
    .error404 {
        margin-top: 25%;
        margin-bottom: 25%;
    }
}
@media screen and (max-width: 520px) {
    .header-secciones {
        height: 180px !important;
    }
    .header-secciones .carousel-caption {
        top: 7vw;
    }
}
@media screen and (max-width: 480px) {
    .logoseccion {
        width: 60% !important;
    }
    .textointro {
        padding: 20px;
        font-size: 14px !important;
        line-height: 1.5;
    }
    .btn-soluciones {
        font-size: 14px !important;
    }
    .btn-paquete {
        font-size: 14px !important;
    }
    .footerGhostBtn {
        font-size: 12px;
        margin-bottom: 10px;
    }
    #footer-navigation #accordion .panel h4.panel-title a {
        font-size: 16px;
    }
    p.legal span#links-top-footer {
        font-size: 16px;
        line-height: 24px;
    }
    .paquete ul.listado li {
        font-size: 18px;
        line-height: 24px;
    }
    .paquete ul.listado li.maschica {
        font-size: 12px;
    }
    .owl-next,
    .owl-prev {
        top: 45%;
    }
    .contend-item-soport table tr td {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    #home-btn {
        font-size: 18px;
    }
    p.legal {
        font-size: 16px;
    }
    .mega-movil-paque {
        max-width: 220px;
    }
    .back-gray-responsive img {
        max-width: 220px;
    }
    .label.internet {
        padding: 0;
    }
    .paquete .velocidad {
        padding: 0;
    }
    .paquete .velocidad strong.numero {
        font-size: 50px;
        padding-left: 6px;
        padding-top: 8px;
    }
    .text-precio {
        font-size: 14px;
    }
}
@media screen and (max-width: 380px) {
    .paquete .nombre-paquete {
        font-size: 18px;
    }
    .x-view-bloque .top img {
        max-width: 200px;
    }
    .paquete .tv {
        font-size: 14px;
    }
    .paquete ul.listado li {
        font-size: 12px;
        line-height: 18px;
    }
    .prrpf {
        font-size: 10px;
        height: 25px;
    }
    .hps {
        font-size: 10px;
    }
    .paquete .tv2 {
        font-size: 14px;
    }
    .paquete ul.listado2 li {
        font-size: 12px;
    }
    .prrpf2 {
        font-size: 10px;
    }
    .hps2 {
        font-size: 10px;
    }
    #b-pago-ingresar {
        font-size: 18px;
    }
    h3 {
        font-size: 17px;
    }
}
@media (min-width: 992px) {
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.contrata-image {
    background: url(../images/contrata/bg-contrata.jpg) top center no-repeat;
}
